home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: lw8_level2_colorimage-2.0
- /rgbclut Z
- /hival Z
- /:k
- {
- /rgbclut xs
- pop
- bpc dup 8 eq
- {
- pop 255
- }{
- 4 eq
- {
- 15
- }{
- 3
- }ifelse
- }ifelse
- /hival xs
- [/Indexed $c hival rgbclut]setcolorspace
- $j dup begin
- /Width iw def
- /Height ih def
- /Decode[0 hival]def
- /ImageMatrix[iw 0 0 ih 0 0]def
- /DataSource setupimageproc def
- /BitsPerComponent bpc def
- /Interpolate smoothflag def
- end
- image
- }bd
- /:l
- {
- $j dup begin
- /Width iw def
- /Height ih def
- /Decode[[currentcolor]length{0 1}repeat]def
- /ImageMatrix[iw 0 0 ih 0 0]def
- /DataSource setupimageproc def
- /BitsPerComponent 8 def
- /Interpolate smoothflag def
- end
- image
- }bd
- /:x
- {
- /DeviceGray setcolorspace
- :l
- }bd
- %%EndFile
-